home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Science / Isotope™ 1.6.4 / About Isotope™ v1.6.4 next >
Text File  |  1993-12-22  |  3KB  |  55 lines

  1. Isotope Pattern Calculator v1.6.4
  2.  
  3. This a shareware program which I wrote to calculate Isotopic Ratio Patterns for molecular fragments. We have used it here at Waikato for awhile now and there doesn't appear to be any problems with it ( although nothing is bug free ). Full online help is available.
  4.  
  5. This should replace version 1.6.3 in your archive.
  6.  
  7. Les Arnold.
  8.  
  9. Changes Since version 1.6.1
  10.  
  11. • Isotope Pattern Calculator 1.6.2 January 14, 1992.
  12.  
  13. Fixed bug in formula parser which interpreted "H2o" as "Ho2" instead of reporting an input error.
  14.  
  15. Modified the Customise Window so that the default abundances are displayed in a separate list from the custom abundances.
  16.  
  17. • Isotope Pattern Calculator 1.6.3 June 11, 1993.
  18.  
  19. The format of both the saved data file and the element/group abundances have changed in version 1.6.3. While all data files created with earlier version of Isotope™ are meaningless to versions 1.6.3 and later, the custom abundances are converted to the new format the first time Isotope™ version 1.6.3 is run.
  20.  
  21. Changed molecular weight type from integer to longint so that Mr's greater than 32767 amu are now calculated correctly.
  22.  
  23. Fixed bug which caused the progress bar to be drawn incorrectly in some instances.
  24.  
  25. Changed the display of isotope patterns in the Main Window. The display was dependent on the current calculation mode it is now dependent on the mode used to calculate the pattern being displayed.
  26.  
  27. Fixed code that draws and scrolls the text in the Customise Window.
  28.  
  29. Renamed the "OK" button on the Help Window to "Done" to better reflect its function.
  30.  
  31. Modified the calculate function
  32.  - so that predefined patterns for the multiples 1000, 100 and 10 of C,H,N,O and P are used.
  33.  - instead of returning an error message if the pattern will become too large both ends are clipped until the number of isotopes is less than 500 or the outer peaks are greater than 0.00001 if the later becomes true before the former then the error message is still returned.
  34.  
  35. Fixed display of patterns in the Display Window for larger font sizes.
  36.  
  37. Changed display so that if a bar width of zero is calculated then the gap between the bars is reduced towards zero to get a visible bar.
  38.  
  39. • Isotope Pattern Calculator 1.6.4 December 22, 1993.
  40.  
  41. Calculated patterns are now displayed graphically in the main window if you have a large enough monitor.  480 pixels high should be large enough.
  42.  
  43. Added standard progress bar colours to the progress bar procedure.
  44.  
  45. The custom records no longer scroll as they are being built.
  46.  
  47. Found and fixed a bug in a VBL task of the calculate routine used to update the progress window while an Isotope Pattern was being calculated.  An illegal system call was being made which moved memory and caused the system to hang on many 68040 based machines.
  48. This error had the potential to crash any 680x0 system.
  49.  
  50. Fixed updating of scroll bar when data is added to a custom record from the Data Menu.
  51. Removed the code from the customise module that caused the scroll bars to be continuously redrawn.
  52.  
  53. Fixed bug in moveItem() which caused controls to be scaled incorrectly.
  54.  
  55. A few other minor cosmetic changes were also incorporated.